home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / edu / mapit20 / build.bat < prev    next >
DOS Batch File  |  1998-04-15  |  2KB  |  63 lines

  1. REM  BUILD.BAT  -  Construct and populate the file structure necessary to
  2. REM                run MAPIT 2 from files in a single directory.
  3. REM
  4. md dbqs
  5. move *.dbq dbqs
  6. move city_loc.dbf dbqs          
  7. move countryl.dbf dbqs         
  8. move countryl.mdx dbqs         
  9. REM ---------------------------------------------------------
  10. md examples
  11. cd examples
  12. md GEOCODE
  13. md GEOTOENT
  14. md GEOTOMP1
  15. md GPS
  16. md NETANA
  17. md PEN_PLOT
  18. md SIMULATE
  19. REM EXAMPLES\GEOCODE
  20. move ..\demo.def  geocode
  21. move ..\min.def   geocode
  22. move ..\xlist.dbf geocode
  23. move ..\xlist.mdx geocode
  24. REM EXAMPLES\GEOTOENT
  25. move ..\temp.dbf  geotoent
  26. move ..\test4.def geotoent
  27. REM EXAMPLES\GEOTOMP1
  28. move ..\capitals.dbf geotomp1
  29. move ..\cards.dbf    geotomp1
  30. move ..\test.def     geotomp1
  31. move ..\test1.def    geotomp1
  32. move ..\test2.def    geotomp1
  33. move ..\test3.def    geotomp1
  34. REM EXAMPLES\GPS
  35. move ..\combined.mp3 gps
  36. move ..\garmin.trk   gps
  37. move ..\garmin.wpt   gps
  38. move ..\gps.log      gps
  39. move ..\gps1.log     gps
  40. move ..\gps2.nme     gps
  41. move ..\gps3.nme     gps
  42. move ..\special.pt   gps
  43. REM EXAMPLES\NETANA
  44. move ..\citycaps.dbf netana
  45. move ..\citycaps.mdx netana
  46. move ..\citycaps.mp1 netana
  47. move ..\citycaps.mp3 netana
  48. REM EXAMPLES\PEN_PLOT
  49. move ..\dashed.pen   pen_plot
  50. move ..\linetype.mp3 pen_plot
  51. REM EXAMPLES\SIMULATE
  52. move ..\*.sim simulate
  53. cd ..
  54. REM ---------------------------------------------------------
  55. REM  Last because of mass *.dbf moves.
  56. md dbfs
  57. move *.dbf dbfs
  58. move *.dbt dbfs
  59. move *.mdx dbfs
  60. REM  Correct for moving too much.
  61. move dbfs\mypins.* .
  62. move dbfs\scantabl.* .
  63.